home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Musique / Quod Libet / quodlibet-3.3.0-installer.exe / bin / sre.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2014-12-31  |  499b  |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4. '''This file is only retained for backwards compatibility.
  5. It will be removed in the future.  sre was moved to re in version 2.5.
  6. '''
  7. import warnings
  8. warnings.warn('The sre module is deprecated, please import re.', DeprecationWarning, 2)
  9. from re import *
  10. from re import __all__
  11. from re import _compile
  12.